.our_philosophy_box {
    height: 133px;
    border: solid 1px #d9d9d9;
    border-radius: 6px;
    justify-content: space-around;
}
.our_philosophy_box.active {
    background-color: #d63246;
    cursor: pointer;
    color: white;
}
.collasp-content a{
    text-decoration: underline;
}
.content-panel {
    border-right: none;
}
#showDivContent{
    padding-right: 0;
}
.panel-title-span {
    padding-right: 20px;
    line-height: 25px;
}
.group-title {
    margin-top: 35px;
    margin-bottom: 20px;
}
.category-title{
    margin-bottom: 20px;
    margin-top: 16px;
    font-size: 24px;
}
table {
    border-collapse: collapse;
    width: 100%;
}
td {
    border-bottom: 1px dashed #000;
    padding: 10px;
    text-align: center;
}
th {
    text-align: center;
    width: 200px;
    padding-top: 15px;
}
#panel-table {
    margin-top: 10px;
}
.collasp-content {
    margin: 15px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    background-color: #f9f9f9;
    padding: 20px 30px;
}
font {
    font-weight: bold;
    color: #b79e90;
    font-size: 16px;
}
.panel-content .panel-title .panel-heading .border-class a {
    width: 100%;
}
.border-class {
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.panel-group .panel-title .panel-heading .border-class > a {
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}
.panel-title {
    min-height: 68px;
}
.panel-title .panel-heading {
    line-height: 47px;
}
.panel-heading {
    display: flex;
    align-items: center;
    padding-left: 0;
}

.title-text {
    flex: 1;
}
.arrow-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 3px;
}

.our_philosophy_box:hover {
    background-color: #d63246;
    cursor: pointer;
    color: white;
}
.our_philosophy_box:hover img {
    filter: brightness(0) invert(1);
}

.our_philosophy_box_content {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
}

.our_philosophy_box {
    min-width: 224px;
    margin-right: 20px;
    margin-bottom: 20px;
    flex: 1;
@media (max-width: 532px) {
    flex: 0 1 calc(33.33% -10px);
}
}
.our_philosophy_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.our_philosophy_box img {
    margin: 0 auto;
}

.our_philosophy_box {
    height: 133px;
    border: solid 1px #d9d9d9;
    border-radius: 6px;
    justify-content: space-around;
}
a.question {
    color: #333333!important;
}